Resource Path: /api/agent/{id}
Uri: http://doc.jamsscheduler.com/api/agent/{id}
Description
Get the Agent with the specified agentID.
Parameters
Name | Description | Data Type |
id | The id of the Agent | integer |
Response
The response body is of type Agent.
OK
Overview
 |
Agent
 |
agentName : string
|
 |
agentTypeName : string
|
 |
agentType : string
|
 |
platformTypeName : string
|
 |
agentPlatform : string
|
 |
agentID : integer
|
 |
description : string
|
 |
lastChangeUTC : string
|
 |
lastChangedBy : string
|
 |
jobCount : integer
|
 |
jobLimit : integer
|
 |
licenseAllocated : boolean
|
 |
licenseRequired : boolean
|
 |
online : boolean
|
 |
version : string
|
 |
timeOffset : string
|
 |
agentState : string
|
 |
 |
propertyName : string
|
 |
categoryName : string
|
 |
categorySortOrder : integer
|
 |
displayName : string
|
 |
propertyId : integer
|
 |
typeName : string
|
 |
typeNameSSO : string
|
 |
toolTip : string
|
 |
description : string
|
 |
editor : string
|
 |
mergeOption : string
|
 |
sortOrder : integer
|
 |
inheritedFromType : string
|
 |
inheritedFromId : integer
|
 |
inheritedFromName : string
|
 |
readOnly : boolean
|
 |
browsable : boolean
|
 |
defaultValue : object
|
 |
currentValue : object
|
|
 |
isExecutionAgent : boolean
|
 |
 |
 |
identifier : string
|
 |
inherited : boolean
|
 |
flags : string
|
 |
accessList : Array[string]
|
|
|
|
See Also